HostMetricsOrBuilder

interface HostMetricsOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getDiskfree1Bytes(): Long

Host system disk space free for /
uint64 diskfree1_bytes = 3;
Link copied to clipboard
abstract fun getDiskfree2Bytes(): Long

Secondary system disk space free
optional uint64 diskfree2_bytes = 4;
Link copied to clipboard
abstract fun getDiskfree3Bytes(): Long

Tertiary disk space free
optional uint64 diskfree3_bytes = 5;
Link copied to clipboard
abstract fun getFreememBytes(): Long

Host system free memory
uint64 freemem_bytes = 2;
Link copied to clipboard
abstract fun getLoad1(): Int

Host system one minute load in 1/100ths
uint32 load1 = 6;
Link copied to clipboard
abstract fun getLoad15(): Int

Host system fifteen minute load  in 1/100ths
uint32 load15 = 8;
Link copied to clipboard
abstract fun getLoad5(): Int

Host system five minute load  in 1/100ths
uint32 load5 = 7;
Link copied to clipboard
abstract fun getUptimeSeconds(): Int

Host system uptime
uint32 uptime_seconds = 1;
Link copied to clipboard
abstract fun getUserString(): String

Optional User-provided string for arbitrary host system information
that doesn't make sense as a dedicated entry.
optional string user_string = 9;
Link copied to clipboard
abstract fun getUserStringBytes(): ByteString

Optional User-provided string for arbitrary host system information
that doesn't make sense as a dedicated entry.
optional string user_string = 9;
Link copied to clipboard
abstract fun hasDiskfree2Bytes(): Boolean

Secondary system disk space free
optional uint64 diskfree2_bytes = 4;
Link copied to clipboard
abstract fun hasDiskfree3Bytes(): Boolean

Tertiary disk space free
optional uint64 diskfree3_bytes = 5;
Link copied to clipboard
abstract fun hasUserString(): Boolean

Optional User-provided string for arbitrary host system information
that doesn't make sense as a dedicated entry.
optional string user_string = 9;